home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / mysql_stop.bat < prev    next >
Encoding:
DOS Batch File  |  2007-12-20  |  90 b   |  4 lines

  1. @echo off
  2. echo Mysql shutdowm ...
  3. mysql\bin\mysqladmin --user=pma --password= shutdown
  4.